func crypto/internal/edwards25519/field.shiftRightBy51
11 uses
crypto/internal/edwards25519/field (current package)
fe_generic.go#L30: func shiftRightBy51(a uint128) uint64 {
fe_generic.go#L146: c0 := shiftRightBy51(r0)
fe_generic.go#L147: c1 := shiftRightBy51(r1)
fe_generic.go#L148: c2 := shiftRightBy51(r2)
fe_generic.go#L149: c3 := shiftRightBy51(r3)
fe_generic.go#L150: c4 := shiftRightBy51(r4)
fe_generic.go#L232: c0 := shiftRightBy51(r0)
fe_generic.go#L233: c1 := shiftRightBy51(r1)
fe_generic.go#L234: c2 := shiftRightBy51(r2)
fe_generic.go#L235: c3 := shiftRightBy51(r3)
fe_generic.go#L236: c4 := shiftRightBy51(r4)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |